Classifying IMDb movie reviews as positive or negative using a logistic regression model.
This project leverages a logistic regression model to classify sentiment in movie reviews from the IMDb dataset. Preprocessed Bag-of-Words features are used, and performance is evaluated with 5-fold cross-validation. This project includes additional preprocessing enhancements for improved model performance.
A detailed annotated file explains the extended preprocessing pipeline and other implementation details. Click the link below to access it:
View Annotated DetailsClick the link below to view the full code and documentation for this project on GitHub:
View on GitHub